Conversation
🦋 Changeset detectedLatest commit: 352fce0 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
WalkthroughThis pull request modifies the 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
Tip 🧪 Unit Test Generation v2 is now available!We have significantly improved our unit test generation capabilities. To enable: Add this to your reviews:
finishing_touches:
unit_tests:
enabled: trueTry it out by using the Have feedback? Share your thoughts on our Discord thread! Comment |
Fixes #6289
Replaces #6319 that include unecessary package updates and lint changes.
I was not able to observe any gas improvements when running tests with array length <= 128.
However, this code change supports increassing our tests to arrays of 256 and 384 elements (which used to not pass because of the stack too deep issue). Testing on 512 elements will still fail (out of gas)
PR Checklist
npx changeset add)